go/types.Checker.typeAssertion (method)

4 uses

	go/types (current package)
		expr.go#L1083: 		check.typeAssertion(e, x, T, false)
		expr.go#L1207: func (check *Checker) typeAssertion(e ast.Expr, x *operand, T Type, typeSwitch bool) {
		stmt.go#L338: 			check.typeAssertion(e, x, T, true)
		stmt.go#L391: 			check.typeAssertion(e, x, T, true)